home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz / blitzfix.lha / FixAcidlibs / blitzfix.readme next >
Text File  |  1999-06-01  |  1KB  |  37 lines

  1. Short:    [Blitz2] Fix for the 3rd parameter bug
  2. Uploader: David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
  3. Author:   Julian Kinraid (jkinraid@clear.net.nz)
  4. Type:     dev/basic
  5. Requires: Blitz2
  6.  
  7. This archive contains a patch for the acidlibs file of Blitz 2, to be used
  8. if there is a problem with passing the third parameter to Statements (and maybe
  9. Functions). To test if you need this patch, enter this program in Blitz:
  10.  
  11. ; ----- Program starts here
  12. NEWTYPE.big
  13.     a.l[20]
  14. END NEWTYPE
  15.  
  16. Statement test{a.w,b.w,c.w}
  17.     DEFTYPE.big breakit
  18.     NPrint c
  19. End Statement
  20.  
  21. test{0,0,0}
  22. VWait 500
  23. End
  24. ; ----- Program ends here
  25.  
  26. Run the program. The output should be 0. If it is not, then you need this
  27. patch.
  28.  
  29. Quit Blitz2 and run the FixAcidlibs script. Easy as that.
  30.  
  31. Updated 1st June 1999 - Should work for all versions of Blitz2 now (I don't
  32. think it worked on versions lower than 1.9 before).
  33.  
  34. [) /\ \/ ][ [)   |\/| © |\/| ][ |\| |\|
  35.  dmcminn@house-of-mojo.freeserve.co.uk
  36.   http://members.xoom.com/David_McMinn
  37.